home *** CD-ROM | disk | FTP | other *** search
- object Splash: TSplash
- Left = 181
- Top = 94
- BorderIcons = [biHelp]
- BorderStyle = bsNone
- Caption = 'Splash'
- ClientHeight = 426
- ClientWidth = 442
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 441
- Height = 425
- BevelWidth = 4
- Color = clBlack
- TabOrder = 0
- object Image1: TImage
- Left = 4
- Top = 4
- Width = 434
- Height = 415
- OnClick = Image1Click
- end
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 4000
- OnTimer = Timer1Timer
- Left = 408
- Top = 16
- end
- end
-